Extend CSV Formatter functionality to CovJSON#2235
Closed
webb-ben wants to merge 58 commits intogeopython:masterfrom
Closed
Extend CSV Formatter functionality to CovJSON#2235webb-ben wants to merge 58 commits intogeopython:masterfrom
webb-ben wants to merge 58 commits intogeopython:masterfrom
Conversation
39a6e35 to
4d47d41
Compare
* Support SQL connection string Modify SQL provider logic to support connection string * Add test for MySQL * Fix flake8 * Remove pg8000 test * Add funcstrings * Synchronize Postgres manager * Update LOGGER statements
* Fix transform_bbox CRS types * manually fix formatting * manually fix formatting
* update security policy * update security policy
* working with geoparquet * tests * flake8 * single quotes * tweak single quptes * tweak single quotes * fix typo * revert log message * single quotes * remove dupe log * fix flake8 * fix failing test * response to feedback
* OAProc: safeguard link rel check (geopython#2282) * fix ref
…thon#2281) * parquet documentation and batch configuration * single quotes * fix typo
* - fixed support for crs 3857 on OGC API - Maps and WMS Facade provider * - updated maps documentation for the WMS facade provider
* WMS Facade updates: - added unit test for wms facade - removed trailing comma - prevent errors with non existing keys * - fixed flak8 errors * - removed bbox validation * - removed invalid bbox test * - fixed flak8
* - fixed bug introduced in previous commit * - fixed flake8
* Create csw_live * Fix flake8
* Fix to_json escape * Fix flake8
OAProc: fix binary outputs and non-JSON output (geopython#2304) (geopython#2311)
fix boolean OpenAPI typing in HelloWorld process (geopython#2316)
catch EDR instance queries in Starlette
STAC and OAProc fixes
Port geopython#1926 with updates for CovJSON Formatting
…into csv-formatter
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR extends the CSV formatter to:
Content-Typeheader (align with itemtypes.py)Related Issue / discussion
#1926
Additional information
Dependency policy (RFC2)
Updates to public demo
Contributions and licensing
(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)